📄️ Overflow in C
Most often, we will identify buffer overflow vulnerabilities in programs written in C.
📄️ Overwrite Return Address
In the previous exercise, we observed how values of variables stored on the stack can be overwritten.
📄️ Overflow for Binary File
Often, we don't have access to source code and want to discover vulnerabilities in executable files.